home *** CD-ROM | disk | FTP | other *** search
/ SuperView Productivity Suite 2 / SuperView Productivity Suite 2.iso / BONUS / Support / Install_Ghost / GSZusatz / GhostPrint_PrefPrinter < prev    next >
Encoding:
AmigaDOS Script File  |  1998-06-18  |  291 b   |  13 lines

  1. .key FILE
  2. .bra [
  3. .ket ]
  4.  
  5. SetEnv GS_LIB data
  6. Stack 32768 <>NIL:
  7.  
  8. IF [FILE]
  9.     gs -sDEVICE=amiga_printer -dNOPAUSE -q -dBATCH -sPAPERSIZE=$gspapersize [FILE] <>NIL:
  10. Else
  11.     gs -sDEVICE=amiga_printer -dNOPAUSE -q -dBATCH -sPAPERSIZE=$gspapersize `RequestFile PATTERN "(#?.ps|#?.pdf)"` <>NIL:
  12. EndIf
  13.